add_all

function add_all(values: collection<-T>): boolean

Adds all elements from another collection to this collection.

Return

true if any of the specified elements was added to the collection, false if the collection was not modified.

Since

0.9.0

Parameters

values

The collection to add elements from.